projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f2068f
)
* lisp/net/tramp-sh.el (tramp-methods) <rsync>: Separate "%c" marker.
author
Martin Joerg
<martin.joerg@gmail.com>
Fri, 17 Sep 2021 17:54:00 +0000
(19:54 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Fri, 17 Sep 2021 17:54:00 +0000
(19:54 +0200)
Copyright-paperwork-exempt: yes
lisp/net/tramp-sh.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-sh.el
b/lisp/net/tramp-sh.el
index 0416d15f521993352098c547eff4f7aef8163cab..fbb122e7210ae8112e00e8680c89944ef3b06467 100644
(file)
--- a/
lisp/net/tramp-sh.el
+++ b/
lisp/net/tramp-sh.el
@@
-202,7
+202,7
@@
The string is used in `tramp-methods'.")
(tramp-copy-program "rsync")
(tramp-copy-args (("-t" "%k") ("-p") ("-r") ("-s")
("-c")))
- (tramp-copy-env (("RSYNC_RSH") ("ssh"
"%c")))
+ (tramp-copy-env (("RSYNC_RSH") ("ssh"
) (
"%c")))
(tramp-copy-keep-date t)
(tramp-copy-keep-tmpfile t)
(tramp-copy-recursive t)))